Nullsoft Scriptable Install System
UHARC v0.6b by Uwe Herklotz
NSIS Scripts by Sam Gleske (http://www.pages.drexel.edu/~sag47/)

Download UHARC CMD Compressor at http://www.pages.drexel.edu/~sag47/





This script is for an NSIS based SFX (self extracting archive) for UHARC.
This is also the base for the UHARC CMD software created by Sam Gleske as
a frontend for UHARC in Windows.  It integrates UHARC into the Windows
shell allowing to compress files/folders by simply right clicking on them
and selecting compress.

It also includes features such as encrypting archives with a password just
as easy as it is to create a non-password archive.  Another cool feature
is being able to convert that password-encrypted archive in a secure SFX.

What is a secure SFX?
A secure SFX is a self extracting archive (requires no extra software 
installed).  It requires a password to extract.





;********************************
Two examples have been provided.
Scripts provided:
	UHARC SFX.nsi
	Secure SFX.nsi
Folders provided:
	UHARC SFX
	Secure SFX
	shared
;********************************
UHARC SFX.nsi compiles resources from UHARC SFX
Secure SFX compiles resources from Secure SFX
and shared is resources compiled from both

Password: secureSFX


Instructions:
	1. Compile "UHARC SFX.nsi" or "Secure SFX.nsi"
	2. Run the EXE made and then see how it works!




About Install-NSIS-Extras.exe
	When run, the source script will be extracted into the same DIR as 
	the EXE.  It will check to see if NSIS installed, if not then it 
	will request to install NSIS (required to compile scripts).  It 
	will also check for HM NIS Edit and then request install if not
	installed.  HM NIS Edit is an extremely useful frontend for NSIS
	and even has an Installer Wizard.






NSIS can also be downloaded from http://nsis.sourceforge.net/Download